home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 6 / gnuretc.zip / README < prev    next >
Text File  |  1989-12-22  |  2KB  |  50 lines

  1. Fri  12-22-1989   
  2.  
  3. This ZIPfile contains everything you need to use regular expression with Turbo
  4. C 2.0.    Source code is included, as well as libraries for the small, medium,
  5. compact, large and huge models.  All of the source derives originally from the
  6. files found in grep.tar.Z of the GNU distribution.  My sole contribution is in
  7. setting certain #defines, and one small change in regex.c to adapt to 16-bit
  8. integers (I gather Unix integers are longer).  I don't understand how most of
  9. the code works, so if you have a problem with it you're better off contacting
  10. the GNU project.
  11.  
  12. Files:
  13.  
  14. README        you're reading it
  15.  
  16. ALLOCA.C        This implementation of the PWB library alloca() function,
  17.         which is used to allocate space off the run-time stack so
  18.         that it is automatically reclaimed upon procedure exit,
  19.         was inspired by discussions with J. Q. Johnson of Cornell.
  20.  
  21. REGEX.C         Extended regular expression matching and search library.
  22.  
  23. DFA.C           determinisitic extended regexp routines for GNU
  24.  
  25. SREGEX.LIB    Small model library
  26. CREGEX.LIB    Compact model library
  27. MREGEX.LIB    Medium model library
  28. LREGEX.LIB    Large model library
  29. HREGEX.LIB    Huge model library
  30.  
  31. LICENSE     GNU general public license.
  32.  
  33. The code compiles with several warnings; but it works.    Here, it was compiled
  34. with the options -K, -O, -Z, using Turbo C 2.0.
  35.  
  36. Regular expression matching is a tool of enormous power.  I hope that someone
  37. will adapt this library to Microsoft C, so the "other half" can share the
  38. power.
  39.  
  40. GNU software can be obtained by anonymous FTP from several internet nodes,
  41. including athena-dist.mit.edu (directory /pub/gnu).  It can also be obtained
  42. direct from the Free Software Foundation at 675 Mass Ave, Cambridge, MA 02139.
  43. If you really need to reach me, one of these will work:
  44.  
  45. internet/bitnet: trilobyte@mts.rpi.edu
  46. US Snail:     Ross Presser, 209 N Haddonview Apts, Westmont, NJ 08108
  47. home phone:     (609) 869-0298 [5 pm - 1am EST, please!]
  48. or by e-mail on EXEC-PC
  49.  
  50.